home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-3647 / frac_eng / frac_eng.doc < prev    next >
Text File  |  1992-11-01  |  26KB  |  544 lines

  1.  
  2.                               The Fractal Engine
  3.  
  4.                               Instruction Manual
  5.  
  6.                              Atari ST version 1.0
  7.  
  8.                  written by Daniel Grace B.Sc. and Mike Harris
  9.  
  10.                                   (c) 1992
  11.  
  12. -------------------------------------------------------------------------------
  13.  
  14. (READ IN MEDIUM OR HIGH RESOLUTION)
  15.  
  16. Contents:
  17.  
  18.   Section 1: Introduction
  19.     
  20.      1.1 - What is a Fractal ?
  21.      1.2 - About the Fractal Engine.
  22.  
  23.   Section 2: Reference Manual
  24.  
  25.      2.1 - Fractal types.
  26.      2.2 - Drawing Julia sets and Mandelbrot sets.
  27.      2.3 - Palettes.
  28.      2.4 - Loading and Saving.
  29.      2.5 - Entering Co-ordinates and Animation Sequences.
  30.  
  31.   Section 3: Extra Information.
  32.  
  33.      3.1 - Notes on fractal parameters.
  34.      3.2 - Bibliography.
  35.      3.3 - Disclaimer, copyright
  36.      3.4 - Other programs to follow
  37.  
  38. ------------------------------------------------------------------------------
  39.  
  40. Section 1: Introduction
  41.  
  42. Welcome to the Fractal Engine version 1.0 for the Atari ST.  This document is
  43. broken in to two main parts.  This part explains what's going on in the world
  44. of fractals and about the Fractal Engine.  The Second section is a kind of 
  45. reference manual and tells you all about how to use the program. 
  46.  
  47.  
  48. 1.1 - What is a Fractal ?
  49.  
  50. A Fractal is the graphical representation of the behaviour of a non-linear
  51. dynamical system.  A fractal has a property known as self-similarity, roughly 
  52. this means that a single part of it looks like the whole.  Theoretically one
  53. can 'zoom in for ever' on a fractal and never run out of detail.  Practically, 
  54. however, you are restricted by the accuracy of the computer's real arithmetic 
  55. and the time taken by the computer to perform an increasing number of
  56. calculations the futher you 'zoom in'.
  57.  
  58.  
  59. 1.2 - About the Fractal Engine.
  60.  
  61. The Fractal Engine can be used to draw Mandelbrot and Julia sets (abr. Mset 
  62. and Jset) for eight different families of complex functions.  What then are 
  63. Msets and Jsets ?  The former represents the behaviour of a whole family of 
  64. functions and the latter represents the behaviour of an explicit function of 
  65. some family. The Mset of a family of functions can be thought of as a 'single
  66. image dictionary' of all the Jsets of that family.  All the families of
  67. functions used in Fractal engine are complex functions of Z parameterised by
  68. a complex variable C.  Msets are graphs of C (initial Z fixed) and Jsets are 
  69. graphs of Z (C fixed). For the purposes of using this program the main thing
  70. to remember is that each point on a Mset image corresponds to a Jset image.
  71.  
  72. The program allows you to zoom in and out on both Mset and Jset images, giving 
  73. you the opportunity to explore the wealth of geometric structures found within 
  74. them. You can also create animation sequences to make you fractal images move. 
  75. Degas and Neochrome format files are also supported to allow you to use the 
  76. images in an art package.
  77.  
  78. The program uses the novel method called divide-and-conquer for calculating 
  79. the image.  Also a technique which we call 'the level estimator' is used to 
  80. highlight the boundary (often the most interesting part of a fractal image).  
  81. This solves the problem (usually ignored by the authors of other fractal 
  82. programs) caused by rapidly changing colours which can degrade the image.
  83.  
  84. You do not need a deep understanding of fractals to use this program.  In fact
  85. a general knowledge of the ST is more useful.  However we have included
  86. mathematical details and references herein for fractal enthusiasts.
  87.  
  88. FRAC_ENG.PRG can be in run in or out of the FRAC_ENG folder with the DEFAULTS 
  89. folder there too.  The PICTURES and COORDNTS folders must also be there if you 
  90. wish to load/save pictures or co-ordinate files (see 2.4) from/to the same 
  91. disk.  To set up a data disk (eg containing just picture or co-ordinate data) 
  92. you must create the folders PICTURES, COORDNTS and ANIMATE in the root
  93. directory.  You will encounter problems if these folders are in the FRAC_ENG
  94. folder unless it contains a file (eg DISPANIM.PRG) and not just folders.
  95. Be careful when swapping disks, especially if you have an old ST.  The
  96. best thing is to have the opposite write protect on newly inserted disks.
  97.  
  98. The Fractal Engine is written entirely in GFA BASIC v3.0 and compiled using
  99. the v3.6 compiler.  
  100.  
  101. ------------------------------------------------------------------------------
  102.  
  103. Section 2: Reference Manual
  104.  
  105. The reference manual lists all the available functions of the Fractal Engine.
  106. They are grouped in topics.  The Main menu is the main display which is first
  107. shown after loading the program.  The title screen will remain displayed after
  108. loading until a mouse button is clicked (It is a 3D rendering of the Z^2+C
  109. Julia set for C=i).
  110.  
  111.  
  112. 2.1 - Fractal Types.
  113.  
  114. The following types are available:
  115.  
  116.    1. Quadratic - The equation Z->Z^2+C yields the 'classic' Msets and Jsets.
  117.                   The Mset of this equation was the first of its kind to be
  118.                   discovered (by Benoit Mandelbrot).  Fondly known by Benoit 
  119.                   himself as 'My baby', many people know it as the 
  120.                   'squashed beetle'.
  121.  
  122.    2. Cubic     - A home grown fractal!  The equation Z->Z^3-Z+C yields this
  123.                   variation of the 'squashed beetle'.
  124.  
  125.    3. Degree 4  - This fractal is drawn from equations for modeling magnetism
  126.                   and remarkably contains the 'squashed beetle'.  The Jsets,
  127.                   called 'Yang-Lee Zeroes', are quite different from anything 
  128.                   else and are definitely worth a look.  The equation is: 
  129.                   Z->((Z^2+C-1)/(2*Z+C-2))^2 .
  130.                    
  131.    4. Newton    - This fractal is drawn by applying Newton's method for 
  132.                   solving  P(Z)=(Z-1)(Z+C)(Z-C)=0.  This yields the dynamical
  133.                   system Z->Z-P(Z)/P'(Z)  (' meaning the derivative of P(Z)
  134.                   w.r.t. Z).  A point is coloured depending on which of the
  135.                   three roots Z has converged on (eg Z=1,-C or C).  Try and 
  136.                   spot the 'beetles' in this one!
  137.  
  138.    5. Sine      - The equation Z->C*SIN(Z) produces very different looking
  139.                   Mset and Jset images.  
  140.  
  141.    6. Cosine    - As for sine but the equation is Z->C*COS(Z).
  142.  
  143.    7. Jellyfish - The fractals yielded by Z'->Z, Z->Z^2+C, C->Z' contains
  144.                   absolutely no beetles at all, even though the equation
  145.                   is very close to the classic Z^2+C.
  146.  
  147.    8. Barnsley  - Based on the iterated function systems (IFS), as described
  148.                   by Michael Barnsley in his book 'Fractals Everywhere'. Zooms 
  149.                   can produce cell like patterns similar to the cross-section 
  150.                   of a plant.  Two equations are used here : Z->(Z-1)/C
  151.                   If Re Z>=0, otherwise Z->(Z+1)/conjugate(C). 
  152.  
  153. The fractal type can be changed from the Types menu or by loading a picture or
  154. data file of a different type from that currently being used.  The Types menu
  155. is selected by clicking on the  'TYPES' button from the main menu screen. 
  156. When in the menu, clicking on 'TYPE +' or 'TYPE -' increments or decrements
  157. the current type respectively.  Click on 'CHOOSE' to change to the new type
  158. selected or 'EXIT' to return to the main menu with no change.  Upon start-up
  159. the initial type is 'QUADRATIC'.
  160.  
  161.  
  162. 2.2 - Drawing Jsets and Msets.
  163.  
  164. There are an infinite number of possibilities for drawing different pictures  
  165. and this is all, normally, done from the main menu.  There are two options
  166. available:
  167.  
  168.    JULIA  - Draws a Jset by selecting a C-value from the current Mset image.  
  169.             This is done by firstly clicking on the 'JULIA' button.  You
  170.             should then move the mouse pointer around in the top window.  
  171.             Clicking in this window updates the current C-value for drawing 
  172.             the Jset image. Clicking in the lower window selects the currently 
  173.             displayed C-value and prompts you to enter or change the other 
  174.             drawing parameters (see 3.1).
  175.  
  176.    ZOOM   - Zoom in (or out) on the current Mset image or, if it exists, Jset 
  177.             image.  This is done by firstly clicking on the 'ZOOM' button and 
  178.             then selecting whether you wish to zoom on the Mset or Jset.
  179.             Depending on which was selected a square box with diagonals will 
  180.             appear in the relevant window.  This is the 'zoom-box viewfinder' 
  181.             and can be moved around in it window with the mouse and made to 
  182.             grow or shrink by clicking the right and left mouse buttons 
  183.             respectively. When you are happy with the view, press the space 
  184.             bar and select whether you wish to zoom in or out.  Then enter the 
  185.             parameters, as described in 3.1.
  186.  
  187. Having entered all the parameters confirm whether or not you wish to draw the
  188. picture and then whether a small or full size screen is desired.  Once the
  189. image has been calculated, a value for BOUND is requested, enter a value and 
  190. the picture will be completed.  You can either try another value or accept the 
  191. current and return to the main menu.  See 3.1 for more on the parameter BOUND.
  192.  
  193.    SHOW C - Performs the opposite of JULIA in that it takes the current Jset
  194.             image and shows the corresponding point on the Mset image.  Click 
  195.             the mouse again to continue.
  196.  
  197.    RESET  - Takes images back to initial status as if you selected a new type.
  198.             All pictures you have found (stored in memory) are lost, so you
  199.             have to confirm this operation.
  200.  
  201.  
  202. 2.3 - Palettes.
  203.  
  204. Selecting the 'PALETTES' button or the 'FULL' button from the main menu takes
  205. you to the palette menu. A box at the bottom right of the screen describes
  206. which image the current physical palette is for (eg. FULL, MSET, or JSET), its
  207. palette number and mode number. There are 31 palettes (0 to 30) each of which
  208. can be displayed in one of 12 modes (0 to 11).  Palettes numbered 21 to
  209. 25 are intended to be used for the DEGREE 4 fractal type while 26 to 30 are
  210. for NEWTON. The remaining palettes are for the other types. The palette and 
  211. mode numbers for the current physical palette can be changed by using the top 
  212. four buttons of this menu.
  213.  
  214. The other options on this menu are :
  215.  
  216.     (Click on the centre window(s)) - switches the current palette 
  217.              between the Mset and Jset or displays the entire FULL image. 
  218.              The former can also be done from the main menu.
  219.  
  220.     EDIT  -  This allows you to edit individual colours of the current palette
  221.              via another menu. The top six buttons are used to change the red,
  222.              green and blue values of the current colour, which can be selec-
  223.              ted by clicking on 'COLOUR' and then any pixel.  STE owners can
  224.              use the right mouse button for fine editing of colours. The EXIT
  225.              button takes you back to the Palettes menu.
  226.  
  227.     SAVE  -  Click on this to save the entire palette data onto disc. You only
  228.              need to do this if you have edited a palette and want to use this
  229.              palette at a later date.  It is saved to the DEFAULTS folder.
  230.  
  231.     SWIRL -  Rotates the colours in the current palette to produce a lovely 
  232.              psychedelic effect. Click the mouse again to continue.
  233.  
  234.     EXIT  -  Takes you back to the main menu.
  235.  
  236.  
  237. 2.4 - Loading and Saving.
  238.  
  239. The two types of file that can be loaded and saved by the program are picture
  240. files and co-ordinate files.  The picture files end in either '.SML', '.FUL',
  241. '.NEO', '.PI1' for small screen, full screen, neochrome or degas file formats
  242. respectively.  The co-ordinate files end in '.CDF'.  An explanation of each 
  243. follows :
  244.  
  245.  
  246. 2.4.1 - Picture files  
  247.  
  248. The loading and saving of these files is done from the main menu by clicking
  249. on the 'LOAD PIC' and 'SAVE PIC' buttons respectively.  
  250.  
  251.  
  252. Loading
  253.  
  254. Having selected to load a picture file, an alert box asks you whether you
  255. wish to load a small or full screen picture.  A fileselect box then appears
  256. for you to select the file you wish to load, clicking the 'CANCEL' button will
  257. return you to the main menu.  Having selected the file, it now loads.
  258.  
  259. If you have selected a full size screen, you have the option of having a small
  260. copy made so that you can perform further investigations on the picture. 
  261.  
  262. Note : That an existing image can be lost from memory when loading a picture , 
  263. and always if the loaded picture is of a different fractal type from that 
  264. currently in use. So save anything you wish to keep before loading.
  265.  
  266.  
  267. Saving
  268.  
  269. Having selected to save a picture file, an alert box asks you which out of
  270. the Mset, Jset or Full screen images to save.  If only the Mset image exists 
  271. then this is chosen by default.
  272.  
  273. If you choose to save the Mset or Jset images, a prompt will appear suggesting 
  274. the next file number available and giving you the opportunity to edit it.  It 
  275. is a good idea to accept the current number and make a note of which picture
  276. it was.  Editing the file number can be useful for overwriting old files
  277. with new ones.  You are then asked to confirm the save operation. 
  278.  
  279. If you choose to save a full size screen, you will be first asked whether you
  280. whish to save the picture in Fractal Engine, Degas, or Neochrome format.  Only
  281. the Fractal Engine format has the co-ordinates and parameters saved with the
  282. picture so remember that Degas and Neochrome pictures cannot be loaded back 
  283. in.  A prompt then appears for file number followed by a confirmation request,
  284. as above.
  285.  
  286. If Degas or Neochrome was selected, you then have the option to reduce the
  287. number of colours used in the picture in order that extra colours may be used
  288. for other things, such as text, in an art package.  The default is sixteen,
  289. but nine or four colours can be also selected.  Having chosen this, the picture
  290. is promptly re-coloured, if necessary, and saved.  To obtain a print-out of a 
  291. full sized picture you will have to use some package supporting Neo or Degas
  292. and with a suitable printer driver.
  293.  
  294. Before saving files ensure the PICTURES folder are on disk otherwise the 
  295. program will crash.
  296.  
  297.  
  298. 2.4.2 - Co-ordinate Files
  299.  
  300. The co-ordinate files occupy fifty bytes of storage and contain only the
  301. co-ordinates of a fractal image and not the picture itself.  They are loaded
  302. and saved by clicking on the 'LOAD CDF' and 'SAVE CDF' buttons, respectively,
  303. from the Co-ordinates menu.  The loading and saving operations act the same as 
  304. those for a small screen picture files (2.4.2, above) except the COORDNTS
  305. folder is used instead of PICTURES.
  306.  
  307. Co-ordinates files are useful as they do not take up much storage space and
  308. are handy for saving the start and end frames for an animation sequence, see
  309. 2.5.2, but remember that the pictures have to be re-draw if you wish to view 
  310. them.
  311.  
  312.  
  313. 2.5 - Entering Co-ordinates and Animation Sequences.
  314.  
  315. As well as drawing Jsets and producing Zooms from the main menu, you are also 
  316. able to draw images from parameters entered from the keyboard.  This is
  317. useful for slight adjustments to the number of iterations or the area in view.
  318. Another function is to produce an animation sequence of a zoom or changing
  319. julia set image.  This is great for impressing people as they can actually
  320. see something moving on the screen.
  321.  
  322. Both these functions are used by first entering the Co-ordinates menu, click
  323. on the 'CO-ORDS' button from the main menu, and are described below:
  324.  
  325.  
  326. 2.5.1 - Entering and Drawing Co-ordinates.
  327.  
  328. Upon entering the co-ordinates menu the current Mset image is displayed the 
  329. top window with its parameters below.  Clicking on 'MANDEL' or 'JULIA' swaps 
  330. between displaying the Mset and Jset images, respectively.  If there is no 
  331. Jset image then the top window is left blank.  The parameters displayed can be 
  332. edited by clicking on the 'EDIT' button, see 3.1 for details on these 
  333. parameters.  Clicking on the 'DRAW' button will draw the selected image with 
  334. the parameters shown.
  335.  
  336. Note that unless an image is draw with modified parameters any editing done
  337. will be lost when exiting back to the main menu.  Drawing will mean you'll
  338. loose the current small picture or the full (which ever is selected).
  339. So take care.
  340.  
  341.  
  342. 2.5.2 - Creating Animation sequences.
  343.  
  344. There are two kinds of animation sequences possible, a Zoom animation of a
  345. Jset or Mset, and a Jset animation of changing C-values for a given fractal 
  346. type at a fixed magnification.  These different methods are selected by 
  347. clicking on the 'ZOOM ANIM' and 'JUL ANIM' buttons respectively.  Both 
  348. operations have the same methods as described below :
  349.  
  350.     1. First select Mset or Jset and then the co-ordinates for the start frame.
  351.  
  352.     2. Click on 'ZOOM ANIM' or 'JUL ANIM'. ('JUL ANIM' needs 'JULIA' to be
  353.        selected first.)
  354.  
  355.     3. Confirm whether the parameters are correct for start frame.
  356.  
  357.     4. Select end frame. (Do not change fractal type or RESET)
  358.  
  359.     5. Enter the number of frames you wish to have (max 255).
  360.  
  361. Co-ordinate files will then be written to the disk for each frame required.
  362. They are saved in the ANIMATE folder, so this directory must be on disk. 
  363.  
  364. To draw the images click on the 'CONVERT' button which will read in each
  365. co-ordinate file in turn and draw an image from it.  These images are also
  366. stored along with a data file (default ANIMATE_.ADF) in the ANIMATE directory.
  367.  
  368. It may take some time for all the frames to be draw, heavy mathematics are
  369. involved so this may be an overnight job.
  370.  
  371. The number of frames contained in an animation sequence varies depending on
  372. the type of sequence, how much change is involved, the amount of free disk
  373. space and the amount of memory the computer has.  Too many frames may make
  374. the sequence unnecessarily slow but too few may make it very jumpy.  As a
  375. rough guide a magnification sequence of about a thousand times needs about
  376. forty frames to appear smooth.  That's approximately thirteen frames for every
  377. magnification of ten.  So for a magnification of one million you would need
  378. around eighty frames!  Note : it is best to have the final frame of a zoom
  379. animation roughly central in the start frame.
  380.  
  381. Disk wise: each small size frame takes up 8050 bytes of disk space and each 
  382. full size frame 32050 bytes.  Single sided drive owners, beware!
  383. Obviously you wont be able to a 50 full size animation ,for example, without a 
  384. hard disc.
  385.  
  386. Memory wise: a 520 STFM/E can have in memory at most 40 small size or 10 full 
  387. size frames.  For larger memories, each half meg can store around 64 small 
  388. size or 16 full size frames. So a 2 meg ST could have an animation sequence 
  389. of 236 small or 58 large size frames.
  390.  
  391. There are three example co-ordinates file pairs suitable for start and end
  392. frames (numbered A0 and A1 respectively) for 40 frame animations you may wish
  393. to try.  Below is listed the files for the start frames and comments on 
  394. animation type and approximate time taken to compute the 40 frames :
  395.  
  396. QUAD_JA0.CDF   Yields a changing Jset animation (about an hour).
  397. CUBE_JA0.CDF   Zoom animation of 'necklace shaped' Jset (overnight job).
  398. QUAD_MA0.CDF   Zoom to a 'satelite beetle' (overnight job).
  399.  
  400.  
  401. 2.5.3 - Displaying Animation Sequences.
  402.  
  403. The program 'DISPANIM.PRG' can be used to display an animation sequence.
  404.  
  405. It must be run from the same directory as the main program as it accesses
  406. PALETTES.DAT from the DEFAULTS folder.  Next insert the disk containing the
  407. animation sequence and click on the relevant *.ADF file to load and display 
  408. the sequence.
  409.  
  410. Clicking the mouse buttons will allow you to load another sequence or exit
  411. the program, the 'R' key changes the palette and 'S' changes the speed(not
  412. very responsive - so hold it down for a few seconds).
  413.  
  414. WARNING - The ANIMATE folder is intended as a working folder, meaning : if
  415.           you wish to have another animation sequence of the same format* on 
  416.           the same disk you should copy the sequence to another folder with a
  417.           different 7 character name (Sorry you'll have to use a ram disk),
  418.           then trash the sequence and ANIMATE._ADF in the ANIMATE folder.
  419.  
  420.           Alternatively if you want another animation sequence of a different
  421.           format* then simply change the name of ANIMATE_.ADF using SHOW INFO
  422.           from the DESKTOP.  Remember to keep the extention "ADF".
  423.  
  424. *format : Meaning for example a cubic Jset 'ZOOM ANIM' will produce the same 
  425. format of files as a cubic 'JULIA ANIM' sequence.
  426.  
  427. -----------------------------------------------------------------------------
  428.  
  429. Section 3: Extra Information.
  430.  
  431.  
  432. 3.1 - Parameters
  433.  
  434. The images drawn using this program depend sensitively on the type, the
  435. magnification viewed and the parameters listed below.
  436.  
  437.     X0, Y0 :  Co-ordinates of the bottom left pixel.
  438.  
  439.     dX     :  Horizontal distance between pixels.  The vertical distance is
  440.               dX*(1+1/16+1/64) = dX*1.078125, eg. the images are vertically
  441.               stretched by this constant.  This may seem pedantic but this
  442.               results in the correct yx ratio and explains why shapes appear 
  443.               a little squashed on the ST.  If you want an image centered
  444.               about the x-axis set Y0 = -50*dX*1.078125 = -53.90625*dX.
  445.  
  446. (When using ZOOM the above three parameters are worked out for you)
  447.  
  448.     SPREAD :  Setting this parameter to 1 produces many level sets
  449.               ('Colour bands') in the image. Increasing to 2 or more causes 
  450.               the colours to be 'spread out', and means the drawing of the 
  451.               image will take slightly less time.
  452.  
  453.     ITERS  :  Is the maximum number of calculations to be used for any one
  454.               point of the image. If the image lacks detail you will need to
  455.               redraw the image with an increased value for ITERS.
  456.  
  457.     PERIOD :  By checking for periodic orbits of Z it is possible to 'trap'
  458.               points in the set without doing the full ITERS calculations.
  459.               PERIOD determines the maximum period to check for. Eg : if you
  460.               draw the quadratic jset of C=-1 then periods should be set to 2.
  461.               If you are unsure about this parameter set it to 1.  PERIOD 
  462.               should only effect the time taken to compute the image and is
  463.               not used by all fractal types.
  464.  
  465.     BOUND  :  This determines the thickness of the boundary of the set being
  466.               drawn. The larger BOUND the thinner the boundary : with BOUND 
  467.               set to 1 every colour in the image has a boundary, but with 
  468.               BOUND equal to ITERS or greater no boundary colour appears in 
  469.               the image.
  470.  
  471. You will need to experiment with the 'FRACTAL ENGINE' to get used to using
  472. these parameters.
  473.  
  474.  
  475. 3.2 Bibliography
  476.  
  477. Below are a list of the main sources of inspiration and reference for this
  478. program:
  479.  
  480.      1. Peitgen/Saupe: The Science of Fractal Images. Springer-Verlag.
  481.  
  482.      2. Peitgen/Richter: The Beauty of Fractals. Springer-Verlag.
  483.  
  484.      3. Barnsley: Fractals Everywhere. Academic Press.
  485.  
  486.      4. Mandelbrot: Fractal Geometry of Nature. W.H.Freeman and Co.
  487.  
  488.      5. SIGGRAPH: IEEE Computer Graphics. (Journal : various papers 1980 ...)
  489.  
  490.      6. Bostock/Chandler: Mathematics, A core course for A level. Publisher???
  491.  
  492.      7. Churchill/Brown: Complex variables and applications. Mc Graw Hill.
  493.  
  494.      8. Mandelbrot sets and Julia sets (2hr VHS video with music). Send SAE
  495.         for catalogue : Art Matrix, PO 880MJ Ithaca, NY 14851-0880, USA.
  496.  
  497.  
  498. 3.3 Disclaimer, copyright, etc.
  499.  
  500. The authors wish to add that no guarantee is made for the correctness of the
  501. details in this document.  Every effort has been made to ensure that the
  502. program operates as described herein.  However, due to the need for updates
  503. to the program some functionality may change from that described.
  504.  
  505. The compiled programs and this document may be used and copied freely by any 
  506. person as long as the files remain together and intact.  Also none of this
  507. document or programs may be reproduced in part, resold, or hired without the 
  508. permission of the authors.
  509.  
  510.  
  511. 3.4 Other programs to follow
  512.  
  513. We are currently working on a version 2.0 of this program which will incorpo-
  514. rate 68000 code for drawing routines thus speeding up the program vastly. 
  515. There will be other fractal types available and the ability to produce 3D
  516. renderings resulting in images similar the title screen (with shadows).  Plus 
  517. more goodies as well as some general improvements on v1.0.
  518.  
  519. We are also working on a program for drawing 3D pictures ('slices') of four 
  520. dimensional fractals (existing in a quarternion space).  This program will
  521. come with a tutorial/demo on complex and quarternion fractals.
  522.  
  523. These packages will be available towards the end of January 93 priced ten
  524. pounds each. If anybody has any ideas or information to contribute 
  525. concerning fractal programs please do let us know at the address below.
  526.  
  527. Make cheques payable to Mr M.B.Harris and send to the following address :
  528.  
  529.     Mr. M. B. Harris,
  530.     Garden Flat,
  531.     20 Bristol Road Lower,
  532.     Weston-Super-Mare,
  533.     Avon,
  534.     BS23 2PW
  535.     England.
  536.  
  537. Please send an SAE, so that we can inform you of futher programs (Probably v3.0
  538. for the FALCON).  Also state which model ST you have.  A well commented source 
  539. code for v1.0 is available for forty pounds.
  540.  
  541. HAPPY FRACTAL HUNTING.
  542.  
  543. -------------------------------------------------------------------------------
  544.